Skip to content

Commit

Permalink
Merge pull request #576 from qinkangwu/feat/SettlementInfoUpdate
Browse files Browse the repository at this point in the history
Feat/settlement info update
  • Loading branch information
Matrix-X authored Oct 24, 2024
2 parents 41e904b + 635c64c commit 94ef7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/payment/apply4Sub/request/requestApplyment.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ type RequestApplyForBusiness struct {
ActivitiesId string `json:"activities_id"`
ActivitiesRate string `json:"activities_rate"`
QualificationType string `json:"qualification_type"`
Qualifications string `json:"qualifications"`
Qualifications []string `json:"qualifications"`
SettlementId string `json:"settlement_id"`
} `json:"settlement_info"`
BankAccountInfo struct {
Expand Down

0 comments on commit 94ef7c3

Please sign in to comment.