Skip to content

Commit

Permalink
Merge pull request #344 from ab1136/develop_forget
Browse files Browse the repository at this point in the history
Develop forget
  • Loading branch information
Matrix-X committed Jul 11, 2023
2 parents 5ec8060 + 430e5f2 commit d137cfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type ResponseList struct {
type KFOnline struct {
KFAccount string `json:"kf_account"`
Status int `json:"status"`
KFID string `json:"kf_id"`
KFID int `json:"kf_id"`
AcceptedCase int `json:"accepted_case"`
}

Expand Down
1 change: 1 addition & 0 deletions src/payment/order/response/responseOrder.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ type ResponseOrder struct {
TradeStateDesc string `json:"trade_state_desc"`
TradeType string `json:"trade_type"`
TransactionID string `json:"transaction_id"`
SceneInfo *object.HashMap `json:"scene_info"`
}

0 comments on commit d137cfc

Please sign in to comment.