1
This commit is contained in:
@@ -24,3 +24,9 @@ type RiderInfo struct {
|
||||
Longitude string `json:"longitude"` // 骑手当前的经度,美团使用的是高德坐标系。
|
||||
OpCode string `json:"opcode"` // 抖音状态(抖音才需要)
|
||||
}
|
||||
|
||||
type RechargeBalance struct {
|
||||
Amount float64 `json:"amount"` // 充值金额,元
|
||||
Category string `json:"category"` // 生成链接适应场景(category有二种类型值:PC、H5)
|
||||
NotifyUrl string `json:"notify_url"` // 支付成功后跳转的页面(支付宝在支付成功后可以跳转到某个指定的页面,微信支付不支持)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user