|
|
@@ -88,9 +88,9 @@ class LaveRepository
|
|
|
* @return array|string
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
- public static function wxpaySign($cid, $orderId,$plan_record, $field = "order_id",$return_web ='')
|
|
|
+ public static function wxpaySign($cid, $orderId,$plan_record, $field = "order_id",$return_web = '')
|
|
|
{
|
|
|
-
|
|
|
+ @file_put_contents("quanju3.txt", $return_web . "-返回地址4\r\n", 8);
|
|
|
$openid = UserRelation::userIdToOpenId($plan_record['uid']);
|
|
|
if ($plan_record['uid']==6779||$plan_record['uid']==12125||$plan_record['uid']==63){
|
|
|
$username = User::where('id',$plan_record['uid'])->value('username');
|