作者 王晓刚
1 个管道 的构建 通过 耗费 2 秒

我的钱包

... ... @@ -63,8 +63,8 @@
<file leaf-file-name="Share.php" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/application/home/controller/Share.php">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="604">
<caret line="126" column="33" selection-start-line="126" selection-start-column="33" selection-end-line="126" selection-end-column="33" />
<state relative-caret-position="468">
<caret line="153" column="17" selection-start-line="153" selection-start-column="17" selection-end-line="153" selection-end-column="17" />
</state>
</provider>
</entry>
... ... @@ -401,35 +401,7 @@
<workItem from="1572914713443" duration="29898000" />
<workItem from="1573000530976" duration="6061000" />
<workItem from="1573087576825" duration="5555000" />
<workItem from="1573174620844" duration="16393000" />
</task>
<task id="LOCAL-00242" summary="音频">
<created>1573124899077</created>
<option name="number" value="00242" />
<option name="presentableId" value="LOCAL-00242" />
<option name="project" value="LOCAL" />
<updated>1573124899077</updated>
</task>
<task id="LOCAL-00243" summary="音频">
<created>1573124909044</created>
<option name="number" value="00243" />
<option name="presentableId" value="LOCAL-00243" />
<option name="project" value="LOCAL" />
<updated>1573124909044</updated>
</task>
<task id="LOCAL-00244" summary="音频">
<created>1573125129543</created>
<option name="number" value="00244" />
<option name="presentableId" value="LOCAL-00244" />
<option name="project" value="LOCAL" />
<updated>1573125129543</updated>
</task>
<task id="LOCAL-00245" summary="音频">
<created>1573125839127</created>
<option name="number" value="00245" />
<option name="presentableId" value="LOCAL-00245" />
<option name="project" value="LOCAL" />
<updated>1573125839127</updated>
<workItem from="1573174620844" duration="16631000" />
</task>
<task id="LOCAL-00246" summary="音频">
<created>1573125867044</created>
... ... @@ -746,11 +718,39 @@
<option name="project" value="LOCAL" />
<updated>1573197516882</updated>
</task>
<option name="localTasksCounter" value="291" />
<task id="LOCAL-00291" summary="我的钱包">
<created>1573197637187</created>
<option name="number" value="00291" />
<option name="presentableId" value="LOCAL-00291" />
<option name="project" value="LOCAL" />
<updated>1573197637187</updated>
</task>
<task id="LOCAL-00292" summary="我的钱包">
<created>1573197714603</created>
<option name="number" value="00292" />
<option name="presentableId" value="LOCAL-00292" />
<option name="project" value="LOCAL" />
<updated>1573197714603</updated>
</task>
<task id="LOCAL-00293" summary="我的钱包">
<created>1573197819353</created>
<option name="number" value="00293" />
<option name="presentableId" value="LOCAL-00293" />
<option name="project" value="LOCAL" />
<updated>1573197819354</updated>
</task>
<task id="LOCAL-00294" summary="我的钱包">
<created>1573197852461</created>
<option name="number" value="00294" />
<option name="presentableId" value="LOCAL-00294" />
<option name="project" value="LOCAL" />
<updated>1573197852461</updated>
</task>
<option name="localTasksCounter" value="295" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="357485000" />
<option name="totallyTimeSpent" value="357723000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1169,8 +1169,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/application/home/controller/Share.php">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="604">
<caret line="126" column="33" selection-start-line="126" selection-start-column="33" selection-end-line="126" selection-end-column="33" />
<state relative-caret-position="468">
<caret line="153" column="17" selection-start-line="153" selection-start-column="17" selection-end-line="153" selection-end-column="17" />
</state>
</provider>
</entry>
... ...
... ... @@ -58,8 +58,6 @@ class Share extends WechatBase
}
//获取带参二维码
$code_img = $this->get_code_img($user_id);
dump($code_img);
exit();
//图像处理
$url = $this->processing($code_img,$user,$type);
$this->success('SUCCESS','',['url'=>$url]);
... ...