|
@@ -1077,7 +1077,7 @@ func (this *Invoice) InvoiceSubmit() {
|
|
|
now := time.Now()
|
|
|
onlyIdentifying := encrypt.SE.DecodeString(this.GetString("onlyIdentifying"))
|
|
|
invoiceMoney := encrypt.SE.DecodeString(this.GetString("invoiceMoney"))
|
|
|
- operator := encrypt.SE.DecodeString(this.GetString("operator"))
|
|
|
+ operator := encrypt.SE.Decode4HexByCheck(this.GetString("operator"))
|
|
|
if onlyIdentifying == "" || invoiceMoney == "" {
|
|
|
this.ServeJson(NewResult("", errors.New("传入参数不正确")))
|
|
|
return
|