Browse Source

feat:xiugai

wangchuanjin 4 months ago
parent
commit
c872e35f37

+ 5 - 0
src/jfw/modules/subscribepay/src/entity/bidCreditReport/bidCreditReport_test.go

@@ -46,3 +46,8 @@ func TestCallBack(t *testing.T) {
 	log.Println(BidCreditReport.CallBack(from))
 	log.Println(BidCreditReport.CallBack(from))
 	time.Sleep(time.Minute)
 	time.Sleep(time.Minute)
 }
 }
+
+func TestSendWebhook(t *testing.T) {
+	BidCreditReport.sendWebhook("264436376359", "北京剑鱼信息技术有限公司", "大数据集成平台及数据中心", "https://jybx-webtest.jydev.jianyu360.com/swordfish/page_big_pc/free/report/examine?id=19")
+	time.Sleep(time.Minute)
+}