|
@@ -403,12 +403,12 @@ func (c *GdybController) PostTen() {
|
403
|
403
|
fmt.Println(stmtBegndate)
|
404
|
404
|
fmt.Println(stmtEnddate)
|
405
|
405
|
fmt.Println(medfeeSumamt)
|
406
|
|
-
|
407
|
|
- if len(clrType) == 0 {
|
408
|
|
- clrType = "11"
|
409
|
|
- } else {
|
410
|
|
- clrType = "9903"
|
411
|
|
- }
|
|
406
|
+ clrType = "11"
|
|
407
|
+ //if len(clrType) == 0 {
|
|
408
|
+ // clrType = "11"
|
|
409
|
+ //} else {
|
|
410
|
+ // clrType = "9903"
|
|
411
|
+ //}
|
412
|
412
|
baseParams := models.BaseParams{
|
413
|
413
|
SecretKey: secret_key,
|
414
|
414
|
FixmedinsCode: fixmedins_code,
|