sgd521 hace 2 años
padre
commit
dafcd5821d
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 3 3
      application/api/controller/Order.php
  2. 1 1
      application/api/controller/Sms.php

+ 3 - 3
application/api/controller/Order.php

@@ -168,7 +168,7 @@ class Order extends Base
             }
         }
         $com = true;
-        $body = '奥艺数字文创购买藏品';
+        $body = '宇宙超市购买藏品';
         switch ($pay_type){
             case 'wx':
                 $config = retrunWxConfig();
@@ -259,7 +259,7 @@ class Order extends Base
             $rank = getRanking($order['c_id'])+1;
             $tag = getTag($order['c_id'],$rank,$order['inventory']);
             saveRanking($order['c_id']);
-            $company = '奥艺数字文创购买藏品';
+            $company = '宇宙超市购买藏品';
             $hash = getCompanyHash($order['c_id']);
             $company_hash = $hash['hash'];
             $company_hash_time = $hash['create_at'];
@@ -431,7 +431,7 @@ class Order extends Base
         $order_no = $order['order_no'];
         $total_fee = $order['pay_price'];
         $pay_type = $order['pay_type'];
-        $body = '奥艺数字文创购买藏品';
+        $body = '宇宙超市购买藏品';
         $com = true;
         switch ($pay_type){
             case 'wx':

+ 1 - 1
application/api/controller/Sms.php

@@ -78,7 +78,7 @@ class Sms extends Base
                 ->options([
                     'query' => [
                         'PhoneNumbers' => $mobile,
-                        'SignName' => '中科数艺',
+                        'SignName' => '宇宙超市',
                         'TemplateCode' => $templateCode,
                         'TemplateParam' => '{"code":' . $num . '}',
                     ],