Browse Source

修改绑定第三方参数

master v0.2.4
guzeng 3 years ago
parent
commit
d274938309
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      third.client.go

+ 9
- 0
third.client.go View File

@ -1,5 +1,14 @@
package userrpc
import (
"encoding/json"
"strconv"
"time"
"git.tetele.net/tgo/crypter"
"github.com/golang/protobuf/proto"
)
/**
* 绑定第三方平台openid
* 2021/04/05


Loading…
Cancel
Save