切换导航条
此项目
正在载入...
登录
郭盛
/
scrap
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
郭盛
5 years ago
提交
2fdbae4ac36f198b293d8ee690f2d0ed3b3a997f
1 个父辈
009edc5b
1 个管道 的构建
通过
耗费 2 秒
修改短信
变更
2
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
8 行增加
和
9 行删除
.idea/workspace.xml
simplewind/cmf/common.php
.idea/workspace.xml
查看文件 @
2fdbae4
...
...
@@ -2,7 +2,6 @@
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"0011664b-87e9-41bd-9f37-18792fb15777"
name=
"Default"
comment=
""
>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/simplewind/cmf/common.php"
afterPath=
"$PROJECT_DIR$/simplewind/cmf/common.php"
/>
</list>
<option
name=
"EXCLUDED_CONVERTED_TO_IGNORED"
value=
"true"
/>
...
...
@@ -101,7 +100,7 @@
<entry
file=
"file://$PROJECT_DIR$/simplewind/cmf/common.php"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"416"
>
<caret
line=
"1780"
column=
"
29"
lean-forward=
"false"
selection-start-line=
"1780"
selection-start-column=
"29"
selection-end-line=
"1780"
selection-end-column=
"29
"
/>
<caret
line=
"1780"
column=
"
30"
lean-forward=
"true"
selection-start-line=
"1780"
selection-start-column=
"30"
selection-end-line=
"1780"
selection-end-column=
"30
"
/>
<folding
/>
</state>
</provider>
...
...
@@ -196,8 +195,8 @@
</component>
<component
name=
"PhpWorkspaceProjectConfiguration"
backward_compatibility_performed=
"true"
/>
<component
name=
"ProjectFrameBounds"
extendedState=
"1"
>
<option
name=
"x"
value=
"175"
/>
<option
name=
"y"
value=
"85"
/>
<option
name=
"x"
value=
"116"
/>
<option
name=
"y"
value=
"72"
/>
<option
name=
"width"
value=
"1700"
/>
<option
name=
"height"
value=
"1037"
/>
</component>
...
...
@@ -353,15 +352,15 @@
<workItem
from=
"1575444399653"
duration=
"12810000"
/>
<workItem
from=
"1575462840839"
duration=
"250000"
/>
<workItem
from=
"1575506248144"
duration=
"15103000"
/>
<workItem
from=
"1575527294268"
duration=
"58
07
000"
/>
<workItem
from=
"1575527294268"
duration=
"58
99
000"
/>
</task>
<servers
/>
</component>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"487
619
000"
/>
<option
name=
"totallyTimeSpent"
value=
"487
711
000"
/>
</component>
<component
name=
"ToolWindowManager"
>
<frame
x=
"1
75"
y=
"85
"
width=
"1700"
height=
"1037"
extended-state=
"1"
/>
<frame
x=
"1
16"
y=
"72
"
width=
"1700"
height=
"1037"
extended-state=
"1"
/>
<editor
active=
"true"
/>
<layout>
<window_info
id=
"Project"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"true"
show_stripe_button=
"true"
weight=
"0.16341463"
sideWeight=
"0.5"
order=
"0"
side_tool=
"false"
content_ui=
"combo"
/>
...
...
@@ -973,7 +972,7 @@
<entry
file=
"file://$PROJECT_DIR$/simplewind/cmf/common.php"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"416"
>
<caret
line=
"1780"
column=
"
29"
lean-forward=
"false"
selection-start-line=
"1780"
selection-start-column=
"29"
selection-end-line=
"1780"
selection-end-column=
"29
"
/>
<caret
line=
"1780"
column=
"
30"
lean-forward=
"true"
selection-start-line=
"1780"
selection-start-column=
"30"
selection-end-line=
"1780"
selection-end-column=
"30
"
/>
<folding
/>
</state>
</provider>
...
...
simplewind/cmf/common.php
查看文件 @
2fdbae4
...
...
@@ -1778,7 +1778,7 @@ function send_sms($data){
require_once
EXTEND_PATH
.
'nsms/nsms.php'
;
$url
=
"http://www.ztsms.cn/sendNSms.do"
;
$username
=
'shanshou'
;
$password
=
'
Cxz307312'
;
$password
=
'Cxz307312'
;
$sendAPI
=
new
\sendAPI
(
$url
,
$username
,
$password
);
$sendAPI
->
data
=
$data
;
/*初始化数据包*/
$return
=
$sendAPI
->
sendSMS
(
'GET'
);
...
...
请
注册
或
登录
后发表评论