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