Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
stock_new
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sugar
stock_new
Commits
0107cffa
You need to sign in or sign up before continuing.
Commit
0107cffa
authored
Jun 18, 2024
by
wuxiaoli
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://rungit.jxdsy.cn:10000/sugar/stock_new
into dev
parents
95576fba
303601d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
application/money/model/Recharge.php
application/money/model/Recharge.php
+2
-1
No files found.
application/money/model/Recharge.php
View file @
0107cffa
...
@@ -86,7 +86,8 @@ class Recharge extends Model
...
@@ -86,7 +86,8 @@ class Recharge extends Model
/*$content = \think\Config::get('sms_template')['stock_offline_auditing_success'];
/*$content = \think\Config::get('sms_template')['stock_offline_auditing_success'];
$content = str_replace(array("#var#","#amount#"),array($user_mobile,money_convert($charge['money'])), $content);
$content = str_replace(array("#var#","#amount#"),array($user_mobile,money_convert($charge['money'])), $content);
$res = sendsms_mandao('',$content,'');*/
$res = sendsms_mandao('',$content,'');*/
self
::
sms_recharge
(
'stock_offline_auditing_success'
,
$user_mobile
,
$charge
[
'money'
]);
//暂时取消后台短信通知用户充值成功,twj,20240618
//self::sms_recharge('stock_offline_auditing_success',$user_mobile,$charge['money']);
break
;
break
;
case
2
:
case
2
:
self
::
sms_recharge
(
'stock_offline_auditing_fail'
,
$user_mobile
,
$charge
[
'money'
]);
self
::
sms_recharge
(
'stock_offline_auditing_fail'
,
$user_mobile
,
$charge
[
'money'
]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment