作者 sgj
1 个管道 的构建 失败 耗费 0 秒

评价问题重构

... ... @@ -48,12 +48,12 @@
</usages-collector>
<usages-collector id="statistics.file.extensions.edit">
<counts>
<entry key="php" value="11" />
<entry key="php" value="42" />
</counts>
</usages-collector>
<usages-collector id="statistics.file.types.edit">
<counts>
<entry key="PHP" value="11" />
<entry key="PHP" value="42" />
</counts>
</usages-collector>
</session>
... ... @@ -133,8 +133,8 @@
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/public/paycenter/wechat/index.php">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="450">
<caret line="18" column="10" selection-start-line="18" selection-start-column="10" selection-end-line="18" selection-end-column="10" />
<state relative-caret-position="75">
<caret line="9" column="34" lean-forward="true" selection-start-line="9" selection-start-column="34" selection-end-line="9" selection-end-column="34" />
</state>
</provider>
</entry>
... ... @@ -378,21 +378,7 @@
<workItem from="1536496471879" duration="16852000" />
<workItem from="1536677895835" duration="7811000" />
<workItem from="1536940132237" duration="27028000" />
<workItem from="1554968186701" duration="3087000" />
</task>
<task id="LOCAL-00037" summary="登录处理">
<created>1535636670545</created>
<option name="number" value="00037" />
<option name="presentableId" value="LOCAL-00037" />
<option name="project" value="LOCAL" />
<updated>1535636670545</updated>
</task>
<task id="LOCAL-00038" summary="登录处理">
<created>1535636892256</created>
<option name="number" value="00038" />
<option name="presentableId" value="LOCAL-00038" />
<option name="project" value="LOCAL" />
<updated>1535636892256</updated>
<workItem from="1554968186701" duration="3230000" />
</task>
<task id="LOCAL-00039" summary="登录处理">
<created>1535636993426</created>
... ... @@ -723,11 +709,25 @@
<option name="project" value="LOCAL" />
<updated>1554971600056</updated>
</task>
<option name="localTasksCounter" value="86" />
<task id="LOCAL-00086" summary="评价问题重构">
<created>1554971702781</created>
<option name="number" value="00086" />
<option name="presentableId" value="LOCAL-00086" />
<option name="project" value="LOCAL" />
<updated>1554971702781</updated>
</task>
<task id="LOCAL-00087" summary="评价问题重构">
<created>1554971762692</created>
<option name="number" value="00087" />
<option name="presentableId" value="LOCAL-00087" />
<option name="project" value="LOCAL" />
<updated>1554971762692</updated>
</task>
<option name="localTasksCounter" value="88" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="169697000" />
<option name="totallyTimeSpent" value="169840000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -972,8 +972,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/public/paycenter/wechat/index.php">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="450">
<caret line="18" column="10" selection-start-line="18" selection-start-column="10" selection-end-line="18" selection-end-column="10" />
<state relative-caret-position="75">
<caret line="9" column="34" lean-forward="true" selection-start-line="9" selection-start-column="34" selection-end-line="9" selection-end-column="34" />
</state>
</provider>
</entry>
... ...
... ... @@ -6,8 +6,8 @@
* 请勿直接直接使用样例对外提供服务
*
**/
echo 111;
exit();
ini_set("display_errors", "On");
error_reporting(E_ALL | E_STRICT);
date_default_timezone_set('Asia/Shanghai');
require_once "../lib/WxPay.Api.php";
require_once "WxPay.JsApiPay.php";
... ...