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

我的分享

... ... @@ -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="555">
<caret line="86" column="37" selection-start-line="86" selection-start-column="37" selection-end-line="86" selection-end-column="37" />
<state relative-caret-position="519">
<caret line="128" column="36" selection-start-line="128" selection-start-column="36" selection-end-line="128" selection-end-column="36" />
</state>
</provider>
</entry>
... ... @@ -430,49 +430,7 @@
<workItem from="1572914713443" duration="29898000" />
<workItem from="1573000530976" duration="6061000" />
<workItem from="1573087576825" duration="5555000" />
<workItem from="1573174620844" duration="28503000" />
</task>
<task id="LOCAL-00330" summary="我的钱包">
<created>1573202932430</created>
<option name="number" value="00330" />
<option name="presentableId" value="LOCAL-00330" />
<option name="project" value="LOCAL" />
<updated>1573202932430</updated>
</task>
<task id="LOCAL-00331" summary="我的钱包">
<created>1573202984703</created>
<option name="number" value="00331" />
<option name="presentableId" value="LOCAL-00331" />
<option name="project" value="LOCAL" />
<updated>1573202984703</updated>
</task>
<task id="LOCAL-00332" summary="我的钱包">
<created>1573203011455</created>
<option name="number" value="00332" />
<option name="presentableId" value="LOCAL-00332" />
<option name="project" value="LOCAL" />
<updated>1573203011455</updated>
</task>
<task id="LOCAL-00333" summary="我的钱包">
<created>1573203339437</created>
<option name="number" value="00333" />
<option name="presentableId" value="LOCAL-00333" />
<option name="project" value="LOCAL" />
<updated>1573203339437</updated>
</task>
<task id="LOCAL-00334" summary="我的钱包">
<created>1573203675366</created>
<option name="number" value="00334" />
<option name="presentableId" value="LOCAL-00334" />
<option name="project" value="LOCAL" />
<updated>1573203675366</updated>
</task>
<task id="LOCAL-00335" summary="我的钱包">
<created>1573203723100</created>
<option name="number" value="00335" />
<option name="presentableId" value="LOCAL-00335" />
<option name="project" value="LOCAL" />
<updated>1573203723100</updated>
<workItem from="1573174620844" duration="28770000" />
</task>
<task id="LOCAL-00336" summary="我的钱包">
<created>1573205496935</created>
... ... @@ -775,11 +733,53 @@
<option name="project" value="LOCAL" />
<updated>1573210363206</updated>
</task>
<option name="localTasksCounter" value="379" />
<task id="LOCAL-00379" summary="我的分享">
<created>1573210388476</created>
<option name="number" value="00379" />
<option name="presentableId" value="LOCAL-00379" />
<option name="project" value="LOCAL" />
<updated>1573210388476</updated>
</task>
<task id="LOCAL-00380" summary="我的分享">
<created>1573210450630</created>
<option name="number" value="00380" />
<option name="presentableId" value="LOCAL-00380" />
<option name="project" value="LOCAL" />
<updated>1573210450630</updated>
</task>
<task id="LOCAL-00381" summary="我的分享">
<created>1573210480144</created>
<option name="number" value="00381" />
<option name="presentableId" value="LOCAL-00381" />
<option name="project" value="LOCAL" />
<updated>1573210480144</updated>
</task>
<task id="LOCAL-00382" summary="我的分享">
<created>1573210509641</created>
<option name="number" value="00382" />
<option name="presentableId" value="LOCAL-00382" />
<option name="project" value="LOCAL" />
<updated>1573210509641</updated>
</task>
<task id="LOCAL-00383" summary="我的分享">
<created>1573210555775</created>
<option name="number" value="00383" />
<option name="presentableId" value="LOCAL-00383" />
<option name="project" value="LOCAL" />
<updated>1573210555775</updated>
</task>
<task id="LOCAL-00384" summary="我的分享">
<created>1573210604209</created>
<option name="number" value="00384" />
<option name="presentableId" value="LOCAL-00384" />
<option name="project" value="LOCAL" />
<updated>1573210604209</updated>
</task>
<option name="localTasksCounter" value="385" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="369595000" />
<option name="totallyTimeSpent" value="369862000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1194,8 +1194,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/application/home/controller/Share.php">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="555">
<caret line="86" column="37" selection-start-line="86" selection-start-column="37" selection-end-line="86" selection-end-column="37" />
<state relative-caret-position="519">
<caret line="128" column="36" selection-start-line="128" selection-start-column="36" selection-end-line="128" selection-end-column="36" />
</state>
</provider>
</entry>
... ...
... ... @@ -84,7 +84,7 @@ class Share extends WechatBase
}
//圆形的头像
$image = \think\Image::open(ROOT_PATH."public/white.png");
$image->water($avatar_url,[311,40],100)
$image->water($avatar_url,[312,40],100)
->water(ROOT_PATH."public/bg$type.png")
->water($url,[300,500],100)
->save($savePath."poster_$user[id].png");
... ...