更改微信支付号;代理新增是否显示价格

This commit is contained in:
2025-06-26 16:59:06 +08:00
parent 0c54504f40
commit 6a1d18926d
12 changed files with 87 additions and 78 deletions

View File

@@ -98,6 +98,7 @@ type (
AgentGeneratingLinkReq {
Product string `json:"product"`
Price string `json:"price"`
ShowPrice int64 `json:"show_price"`
}
AgentGeneratingLinkResp {
LinkIdentifier string `json:"link_identifier"`
@@ -368,6 +369,7 @@ type (
LinkIdentifier string `form:"link_identifier"`
}
GetLinkDataResp {
ShowPrice int64 `json:"show_price"`
Product
}
)