Browse Source

修改获取小程序openid接口调用

master v0.1.10
guzeng 3 years ago
parent
commit
40d013b753
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common.go

+ 1
- 1
common.go View File

@ -46,7 +46,7 @@ type MiniAppOpenidReq struct {
/**
* 获取小程序openid返回参数
*/
type MiniAppOpenidReqRes struct {
type MiniAppOpenidRes struct {
Openid string
SessionKey string
Unionid string


Loading…
Cancel
Save