diff --git a/Laravel/app/Http/Controllers/API/XCXApiController.php b/Laravel/app/Http/Controllers/API/XCXApiController.php
index dd3db79..e38e31e 100644
--- a/Laravel/app/Http/Controllers/API/XCXApiController.php
+++ b/Laravel/app/Http/Controllers/API/XCXApiController.php
@@ -16,7 +16,7 @@ class XCXApiController extends Controller
public static $appid = "13a159e438a742dd932c9bddbfaa41e5";//appid
public static $signType = "OPENAPI-SHA256-RSA2048";//签名认证类型
public static $baseUrl = "https://xdfe-api.hnxdfe.com/hisminitest";
- public static $pay_notify_url = "https://www.xxxxxxxx.com";//支付完成后小程序跳转H5路径
+ public static $pay_notify_url = "https://www.xxxxxxxx.com/h5/#/pages/main/order/CheckPay";//支付完成后小程序跳转H5路径
public static function Api($url_code)
{
diff --git a/h5/pages.json b/h5/pages.json
index 167a480..7779c8f 100644
--- a/h5/pages.json
+++ b/h5/pages.json
@@ -79,6 +79,14 @@
"navigationBarBackgroundColor": "#D8EDF2",
"navigationBarTextStyle": "black"
}
+ },
+ {
+ "path" : "pages/main/order/CheckPay",
+ "style" :
+ {
+ "navigationBarTitleText" : "",
+ "enablePullDownRefresh" : false
+ }
}
],
"globalStyle": {
diff --git a/h5/pages/main/order/CheckPay.vue b/h5/pages/main/order/CheckPay.vue
new file mode 100644
index 0000000..2b7a593
--- /dev/null
+++ b/h5/pages/main/order/CheckPay.vue
@@ -0,0 +1,47 @@
+
+
+ 支付查询中...
+
+
+
+
+
+
\ No newline at end of file