jianghan 4 mesi fa
parent
commit
3c3670a023

+ 3 - 4
src/jfw/modules/subscribepay/src/main_test.go

@@ -1,12 +1,11 @@
 package main
 
 import (
-	"jy/src/jfw/modules/subscribepay/src/entity"
 	"fmt"
+	"jy/src/jfw/modules/subscribepay/src/util"
 	"log"
 	"testing"
 	"time"
-	"jy/src/jfw/modules/subscribepay/src/util"
 
 	"gopkg.in/mgo.v2/bson"
 )
@@ -21,8 +20,8 @@ func Test_update(t *testing.T) {
 	}
 }
 func Test_cancelOrder(t *testing.T) {
-	userId := "5d9fe93a27573439d033b294"
-	entity.PayCancel(userId)
+	//userId := "5d9fe93a27573439d033b294"
+	//entity.PayCancel(userId)
 }
 
 //func Test_CanTrial(t *testing.T) {

+ 2 - 2
src/jfw/modules/subscribepay/src/pay/aliPay.go

@@ -132,8 +132,8 @@ const (
 	ALI_PDFEXPORT_APP    = "ALIE" // 剑鱼pdf导出包-app支付
 	ALI_PDFEXPORT_NATIVE = "alie" //剑鱼pdf导出包 -pc支付
 
-	ALI_BIDREPORT_APP    = "ALIBP" // 投标企业信用报告-app支付
-	ALI_BIDREPORT_NATIVE = "aliBP" // 投标企业信用报告-pc支付
+	ALI_BIDREPORT_APP    = "ALIT" // 投标企业信用报告-app支付
+	ALI_BIDREPORT_NATIVE = "alit" // 投标企业信用报告-pc支付
 )
 
 func (w *aliPayStruct) GetTradeno(tradenoSign string, productType ...string) (string, string) {