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

我的钱包

... ... @@ -5,7 +5,7 @@
</component>
<component name="ChangeListManager">
<list default="true" id="309ad746-5b2a-4c29-af46-e7925a35765c" name="默认的" comment="">
<change beforePath="$PROJECT_DIR$/application/home/controller/Share.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/home/controller/Share.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="TRACKING_ENABLED" value="true" />
... ... @@ -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="536">
<caret line="152" column="31" lean-forward="true" selection-start-line="152" selection-start-column="31" selection-end-line="152" selection-end-column="31" />
<state relative-caret-position="689">
<caret line="152" column="33" selection-start-line="152" selection-start-column="33" selection-end-line="152" selection-end-column="33" />
</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="18417000" />
</task>
<task id="LOCAL-00261" summary="我的钱包">
<created>1573179611601</created>
<option name="number" value="00261" />
<option name="presentableId" value="LOCAL-00261" />
<option name="project" value="LOCAL" />
<updated>1573179611601</updated>
</task>
<task id="LOCAL-00262" summary="我的钱包">
<created>1573179750636</created>
<option name="number" value="00262" />
<option name="presentableId" value="LOCAL-00262" />
<option name="project" value="LOCAL" />
<updated>1573179750637</updated>
</task>
<task id="LOCAL-00263" summary="我的钱包">
<created>1573180178370</created>
<option name="number" value="00263" />
<option name="presentableId" value="LOCAL-00263" />
<option name="project" value="LOCAL" />
<updated>1573180178370</updated>
</task>
<task id="LOCAL-00264" summary="我的钱包">
<created>1573180223112</created>
<option name="number" value="00264" />
<option name="presentableId" value="LOCAL-00264" />
<option name="project" value="LOCAL" />
<updated>1573180223112</updated>
<workItem from="1573174620844" duration="19514000" />
</task>
<task id="LOCAL-00265" summary="我的钱包">
<created>1573180527205</created>
... ... @@ -746,11 +718,39 @@
<option name="project" value="LOCAL" />
<updated>1573199598264</updated>
</task>
<option name="localTasksCounter" value="310" />
<task id="LOCAL-00310" summary="我的钱包">
<created>1573199661088</created>
<option name="number" value="00310" />
<option name="presentableId" value="LOCAL-00310" />
<option name="project" value="LOCAL" />
<updated>1573199661088</updated>
</task>
<task id="LOCAL-00311" summary="我的钱包">
<created>1573199735541</created>
<option name="number" value="00311" />
<option name="presentableId" value="LOCAL-00311" />
<option name="project" value="LOCAL" />
<updated>1573199735541</updated>
</task>
<task id="LOCAL-00312" summary="我的钱包">
<created>1573199768924</created>
<option name="number" value="00312" />
<option name="presentableId" value="LOCAL-00312" />
<option name="project" value="LOCAL" />
<updated>1573199768924</updated>
</task>
<task id="LOCAL-00313" summary="我的钱包">
<created>1573200152620</created>
<option name="number" value="00313" />
<option name="presentableId" value="LOCAL-00313" />
<option name="project" value="LOCAL" />
<updated>1573200152620</updated>
</task>
<option name="localTasksCounter" value="314" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="359509000" />
<option name="totallyTimeSpent" value="360606000" />
</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="536">
<caret line="152" column="31" lean-forward="true" selection-start-line="152" selection-start-column="31" selection-end-line="152" selection-end-column="31" />
<state relative-caret-position="689">
<caret line="152" column="33" selection-start-line="152" selection-start-column="33" selection-end-line="152" selection-end-column="33" />
</state>
</provider>
</entry>
... ...
... ... @@ -86,7 +86,7 @@ class Share extends WechatBase
$image = \think\Image::open(ROOT_PATH."public/white.png");
$image->water($avatar_url,[300,100],100)
->water(ROOT_PATH."public/bg$type.png")
->water($url,[200,600],100)
->water($url,[200,590],100)
->save($savePath."poster_$user[id].png");
return "./uploads/poster$type/poster_$user[id].png";
}
... ...