提交 b62d8fcfa42e460abafe0196473f44a0f0c04837

作者 chenang
1 个父辈 de23007c

update

正在显示 1 个修改的文件 包含 1 行增加1 行删除
@@ -3,6 +3,6 @@ package model @@ -3,6 +3,6 @@ package model
3 type OrderModel struct { 3 type OrderModel struct {
4 Data string `json:"data"` 4 Data string `json:"data"`
5 Sign string `json:"sign"` 5 Sign string `json:"sign"`
6 - PtCode string `json:"pt_code"` 6 + PtCode string `json:"ptcode"`
7 BusinessCode string `json:"business_code"` 7 BusinessCode string `json:"business_code"`
8 } 8 }
注册登录 后发表评论