|
|
@@ -57,7 +57,7 @@ func RegisterForMedium(c *gin.Context) { |
|
|
|
Uuid: utils.StrToInt(masterId), |
|
|
|
MediumId: utils.StrToInt(mediumId), |
|
|
|
Kind: 1, |
|
|
|
SettlementType: 1, |
|
|
|
SettlementType: 3, |
|
|
|
CompanyName: "", |
|
|
|
CompanyAbbreviation: "", |
|
|
|
UnifiedSocialCreditCode: "", |
|
|
@@ -167,7 +167,7 @@ func RegisterForAgent(c *gin.Context) { |
|
|
|
Uuid: utils.StrToInt(masterId), |
|
|
|
AgentId: utils.StrToInt(agentId), |
|
|
|
Kind: 1, |
|
|
|
SettlementType: 1, |
|
|
|
SettlementType: 3, |
|
|
|
CompanyName: "", |
|
|
|
CompanyAbbreviation: "", |
|
|
|
UnifiedSocialCreditCode: "", |
|
|
|