Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
wang.yu committed Oct 28, 2022
1 parent 9dd6fc9 commit 87c5363
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions dpsp/pmdposssdk/sdk.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* @Author: kang.xiaoqiang
* @Date: 2022/7/21 17:33
*/

package pmdposssdk

import "github.com/fuyibing/sdk"
Expand All @@ -14,3 +9,7 @@ const (
func ChangeLogo(ctx interface{}, body interface{}) *sdk.ClientResponse {
return sdk.NewHttp(Name).SetRoute("/wechat/changeLogo").SetBody(body).Run(ctx)
}

func UpdateMediaId(ctx interface{}, body interface{}) *sdk.ClientResponse {
return sdk.NewHttp(Name).SetRoute("/wechat/updateMediaId").SetBody(body).Run(ctx)
}

0 comments on commit 87c5363

Please sign in to comment.