|
@@ -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':
|