huangjiajun 1 mese fa
parent
commit
c7b35e8f43
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      app/hdl/hdl_register.go

+ 2
- 2
app/hdl/hdl_register.go Vedi File

@@ -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: "",


Caricamento…
Annulla
Salva