更改微信支付号;代理新增是否显示价格
This commit is contained in:
		| @@ -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 | ||||
| 	} | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user