Commit dcd9c9d2 by yeran

commit

1 parent fabecb75
Showing with 4 additions and 44 deletions
...@@ -3,48 +3,6 @@ ...@@ -3,48 +3,6 @@
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="46e013cf-f1f1-43ea-b23a-b777a3ce6230" name="Default" comment=""> <list default="true" id="46e013cf-f1f1-43ea-b23a-b777a3ce6230" name="Default" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/composer.json" beforeDir="false" afterPath="$PROJECT_DIR$/composer.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/AccessToken/AccessToken.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/AccessToken/AccessToken.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Card/ApiConfig.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Card/ApiConfig.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Card/CardUtil.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Card/CardUtil.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Card/Cards.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Card/Cards.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Card/Color.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Card/Color.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Card/WxCard.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Card/WxCard.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Config/Config.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Config/Config.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Core/Common.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Core/Common.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Core/ErrorCode.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Core/ErrorCode.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Core/Func.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Core/Func.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Core/HttpFul.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Core/HttpFul.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Core/Run.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Core/Run.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/CryptMsg/CryptMsg.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/CryptMsg/CryptMsg.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/CryptMsg/errorCode.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/CryptMsg/errorCode.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/CryptMsg/pkcs7Encoder.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/CryptMsg/pkcs7Encoder.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/CryptMsg/sha1.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/CryptMsg/sha1.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/CryptMsg/xmlparse.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/CryptMsg/xmlparse.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/CryptMsgMini/errorCode.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/CryptMsgMini/errorCode.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/CryptMsgMini/miniDecoder.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/CryptMsgMini/miniDecoder.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/CryptMsgMini/pkcs7Encoder.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/CryptMsgMini/pkcs7Encoder.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/CryptMsgMini/wxBizDataCrypt.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/CryptMsgMini/wxBizDataCrypt.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Device/Device.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Device/Device.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/HttpFul/HttpFul.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/HttpFul/HttpFul.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/JsSdk/JsSdk.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/JsSdk/JsSdk.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Message/Message.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Message/Message.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Mini/ApiConfig.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Mini/ApiConfig.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Mini/Code.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Mini/Code.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Mini/Domain.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Mini/Domain.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Mini/Login.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Mini/Login.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Mini/Member.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Mini/Member.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Mini/MsgTemplate.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Mini/MsgTemplate.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Mini/Templet.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Mini/Templet.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Mini/UnionAccount.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Mini/UnionAccount.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Oauth2/Oauth2.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Oauth2/Oauth2.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Open/Open.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Open/Open.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Pay/Pay.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Pay/Pay.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Run/BaseRun.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Run/BaseRun.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Run/Run.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Run/Run.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Service/Service.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Service/Service.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Shake/Shake.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Shake/Shake.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/User/User.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/User/User.php" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
...@@ -238,6 +196,7 @@ ...@@ -238,6 +196,7 @@
</component> </component>
<component name="RecentsManager"> <component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS"> <key name="CopyFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/src" />
<recent name="$PROJECT_DIR$/src/Card" /> <recent name="$PROJECT_DIR$/src/Card" />
</key> </key>
</component> </component>
...@@ -342,7 +301,7 @@ ...@@ -342,7 +301,7 @@
<workItem from="1511446636718" duration="2555000" /> <workItem from="1511446636718" duration="2555000" />
<workItem from="1513672216850" duration="2403000" /> <workItem from="1513672216850" duration="2403000" />
<workItem from="1515426655262" duration="20466000" /> <workItem from="1515426655262" duration="20466000" />
<workItem from="1663059939629" duration="270000" /> <workItem from="1663059939629" duration="942000" />
</task> </task>
<servers /> <servers />
</component> </component>
......
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
"keywords": ["wechat", "weixinApi", "api"], "keywords": ["wechat", "weixinApi", "api"],
"homepage": "http://lestore.com", "homepage": "http://lestore.com",
"type": "library", "type": "library",
"version": "1.2.1", "license": "MIT",
"version": "1.2.2",
"authors": [ "authors": [
{ {
"name": "bingge", "name": "bingge",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!