xialei 1 год назад
Родитель
Сommit
a9eb3ff60c
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      app/common/repositories/merchant/order/OrderGzcRepository.php

+ 4 - 4
app/common/repositories/merchant/order/OrderGzcRepository.php

@@ -180,8 +180,8 @@ class OrderGzcRepository extends BaseRepository
180
 
180
 
181
     public function register($mobile)
181
     public function register($mobile)
182
     {
182
     {
183
-        $thirdKey = "yihuchaKey";
184
-        $thirdsignKey = "yihucha@86868";
183
+        $thirdKey = "xingfubao";
184
+        $thirdsignKey = "xfb@86868.";
185
         $time = time();
185
         $time = time();
186
 
186
 
187
         $data = [
187
         $data = [
@@ -224,8 +224,8 @@ class OrderGzcRepository extends BaseRepository
224
 
224
 
225
     public function gzc($uid, $pension)
225
     public function gzc($uid, $pension)
226
     {
226
     {
227
-        $thirdKey = "yihuchaKey";
228
-        $thirdsignKey = "yihucha@86868";
227
+        $thirdKey = "xingfubao";
228
+        $thirdsignKey = "xfb@86868.";
229
         $time = time();
229
         $time = time();
230
 
230
 
231
         $data = [
231
         $data = [