Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
Peterinor committed Sep 7, 2013
1 parent 5226ef8 commit be3806b
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .Net/WeiXin/ClassDiagram.cd
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1">
<Class Name="WeiXin.MessageHandlers" Collapsed="true">
<Position X="18.75" Y="0.5" Width="1.5" />
<Position X="18.75" Y="0.5" Width="2.25" />
<TypeIdentifier>
<HashCode>AAAAAABAAAgAAAAAAAAAAAAAAAAAAAAABAgAAAAAAAA=</HashCode>
<FileName>MessageHandlers.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="WeiXin.Utities" Collapsed="true">
<Position X="20.5" Y="0.5" Width="1.5" />
<Position X="21.25" Y="0.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AQAAAAAAAAAEAQkAAAAEAAAAEAgAAgIAAAAAAAAAAAA=</HashCode>
<FileName>Utities.cs</FileName>
Expand Down Expand Up @@ -92,14 +92,14 @@
</TypeIdentifier>
</Class>
<Interface Name="WeiXin.IMessageHandler" Collapsed="true">
<Position X="18.75" Y="1.75" Width="1.5" />
<Position X="18.75" Y="1.75" Width="2.25" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>IMessageHandler.cs</FileName>
</TypeIdentifier>
</Interface>
<Delegate Name="WeiXin.MessageHandler" Collapsed="true">
<Position X="18.75" Y="2.75" Width="1.5" />
<Position X="18.75" Y="2.75" Width="2.25" />
<TypeIdentifier>
<HashCode>AAAAAAAAgAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>MessageHandlers.cs</FileName>
Expand Down
41 changes: 41 additions & 0 deletions JavaScript/Weixin.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
/**
* Created with IntelliJ IDEA.
* Author: 禹
* Date: 13-9-7
* Time: 下午3:07
* File:
* Description:
*/

Winxin = {};


Winxin.Utities = {
getTimeTicks: function (dt) {

},
getTime: function (ticks) {

},
log: function () {

},
getAccessToken: function (appid, appsecret) {

},
addMenuFromFile: function (accessToken, path) {

},
addMenu: function (accessToken, menu) {

},
getMenu: function (accessToken) {

},
deleteMenu: function (accessToken) {

}

};


0 comments on commit be3806b

Please sign in to comment.