Skip to content

Commit

Permalink
Feature/official account (#17)
Browse files Browse the repository at this point in the history
* feat(work) - add export,batch,linkCorp client

* fix(work) - remove 'Client' from tail component

* fix(work) - remove 'Client' from tail component

* update

* fix(contacts): fix params error

* feat(work) - add groupchat and moment

* fix(work)-user components name space

* fix(work)-user components name space

* fix(work)-external user components name space

* refactor(response) - uniform the response with pointer

* feat(work) - append reset components

* update

* feat(work) - add account service clients

* feat(work) - add account service clients

* update

* feat(work) - add oa with calendar and meeting

* update

* feat(work) - finish external contact webdrive

* feat(work) - external pay

* refactor(work) - broadcast request and response

* update

* update

* update

* feat(officialAccount) - media

Co-authored-by: Matrix-X <matrix-x@artisan-cloud.com>
Co-authored-by: Walle <walle@artisan-cloud.com>
Co-authored-by: Matrix-X <matrix-x@aritsancloud.com>
  • Loading branch information
4 people authored Sep 18, 2021
1 parent 1792440 commit c9c5baf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/kernel/response/wx.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ type ResponseOfficialAccount struct {
ResultMSG string `json:"resultmsg"`
}

type ResponseOfficialAccount struct {
ErrCode int `json:"errcode"`
ErrMSG string `json:"errmsg"`

ResultCode string `json:"resultcode"`
ResultMSG string `json:"resultmsg"`
}

//
//func (res *ResponseWork) GetBody() *http.ResponseWriter {
// return nil
Expand Down

0 comments on commit c9c5baf

Please sign in to comment.