|
|
@@ -35,7 +35,7 @@ func InstallmentPaymentAutoRepaidConsume(queue md.MqQueue) { |
|
|
|
if ok == true { |
|
|
|
//fmt.Println(string(res.Body)) |
|
|
|
fmt.Println(">>>>>>>>>>>>>>>>InstallmentPaymentAutoRepaidConsume<<<<<<<<<<<<<<<<<<<<<<<<<") |
|
|
|
err = handleZhiosOneCirclesCoinConsume(res.Body) |
|
|
|
err = handleInstallmentPaymentAutoRepaidConsume(res.Body) |
|
|
|
if err != nil { |
|
|
|
fmt.Println("handleInstallmentPaymentAutoRepaidConsumeERR:::::", err.Error()) |
|
|
|
} |
|
|
|