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

评价问题重构

... ... @@ -3,7 +3,6 @@
<component name="ChangeListManager">
<list default="true" id="03b59864-5835-4588-bfae-54004809f199" name="Default" comment="评价问题重构">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/public/paycenter/wechat/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/public/paycenter/wechat/index.php" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" />
... ... @@ -48,12 +47,12 @@
</usages-collector>
<usages-collector id="statistics.file.extensions.edit">
<counts>
<entry key="php" value="42" />
<entry key="php" value="72" />
</counts>
</usages-collector>
<usages-collector id="statistics.file.types.edit">
<counts>
<entry key="PHP" value="42" />
<entry key="PHP" value="72" />
</counts>
</usages-collector>
</session>
... ... @@ -133,8 +132,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="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 relative-caret-position="525">
<caret line="30" column="4" selection-start-line="30" selection-start-column="4" selection-end-line="30" selection-end-column="4" />
</state>
</provider>
</entry>
... ... @@ -378,28 +377,7 @@
<workItem from="1536496471879" duration="16852000" />
<workItem from="1536677895835" duration="7811000" />
<workItem from="1536940132237" duration="27028000" />
<workItem from="1554968186701" duration="3230000" />
</task>
<task id="LOCAL-00039" summary="登录处理">
<created>1535636993426</created>
<option name="number" value="00039" />
<option name="presentableId" value="LOCAL-00039" />
<option name="project" value="LOCAL" />
<updated>1535636993426</updated>
</task>
<task id="LOCAL-00040" summary="登录处理">
<created>1535637256089</created>
<option name="number" value="00040" />
<option name="presentableId" value="LOCAL-00040" />
<option name="project" value="LOCAL" />
<updated>1535637256089</updated>
</task>
<task id="LOCAL-00041" summary="登录处理">
<created>1535637470734</created>
<option name="number" value="00041" />
<option name="presentableId" value="LOCAL-00041" />
<option name="project" value="LOCAL" />
<updated>1535637470734</updated>
<workItem from="1554968186701" duration="3413000" />
</task>
<task id="LOCAL-00042" summary="登录处理">
<created>1535637704890</created>
... ... @@ -723,11 +701,32 @@
<option name="project" value="LOCAL" />
<updated>1554971762692</updated>
</task>
<option name="localTasksCounter" value="88" />
<task id="LOCAL-00088" summary="评价问题重构">
<created>1554971836829</created>
<option name="number" value="00088" />
<option name="presentableId" value="LOCAL-00088" />
<option name="project" value="LOCAL" />
<updated>1554971836829</updated>
</task>
<task id="LOCAL-00089" summary="评价问题重构">
<created>1554971905025</created>
<option name="number" value="00089" />
<option name="presentableId" value="LOCAL-00089" />
<option name="project" value="LOCAL" />
<updated>1554971905025</updated>
</task>
<task id="LOCAL-00090" summary="评价问题重构">
<created>1554971981700</created>
<option name="number" value="00090" />
<option name="presentableId" value="LOCAL-00090" />
<option name="project" value="LOCAL" />
<updated>1554971981700</updated>
</task>
<option name="localTasksCounter" value="91" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="169840000" />
<option name="totallyTimeSpent" value="170023000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -972,8 +971,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/public/paycenter/wechat/index.php">
<provider selected="true" editor-type-id="text-editor">
<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 relative-caret-position="525">
<caret line="30" column="4" selection-start-line="30" selection-start-column="4" selection-end-line="30" selection-end-column="4" />
</state>
</provider>
</entry>
... ...
... ... @@ -28,7 +28,7 @@ try {
//测试专用 0.01
$fee = $deta['fe'] ? $deta['fe'] * 100 : 100;
//$fee = 1;
$fee = 1;
$out_trade_no = $deta['ot'] ? $deta['ot'] : date('YmdHis') . uniqid();
$body = $deta['sn'] ? $deta['sn'] : 'ceshi';
$attach = $deta['at'] ? $deta['at'] : 'ceshi';
... ...