Merge branch 'main' of https://gitea.shaguabijia.com/WonderableAI/shaguabijia-app-server into feat/ad-ecpm-and-cooldown
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
| `query_transfer(out_bill_no)` | 按商户单号查转账单状态 |
|
||||
| `cancel_transfer(out_bill_no)` | 撤销转账单(仅 `WAIT_USER_CONFIRM`/`ACCEPTED` 可撤)。用户没在确认页确认就离开时调 |
|
||||
| `encrypt_sensitive(plain)` | 用微信支付平台公钥 OAEP(SHA1) 加密敏感信息(实名) |
|
||||
| `code_to_openid(code)` | code 换 openid(`sns/oauth2`),失败抛 `ValueError` |
|
||||
| `code_to_userinfo(code)` | code 换 openid + 拉昵称头像,返回 `{openid, nickname, avatar_url, raw}` |
|
||||
|
||||
## 签名机制
|
||||
|
||||
Reference in New Issue
Block a user