Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
ddtalk committed Mar 3, 2016
1 parent 5f8fa0b commit 2877cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 5,13 @@ java version "1.7.0_75"

1..将工程clone到本地:```git clone https://github.com/ddtalk/HarleyCorp.git```,导入到IDE中,比如eclipse点击```File->import```导入到eclipse中

2.打开工程的Env.java文件,填入企业的CORP_ID和SECRET(CORP_ID和SECRET可以再企业OA后台找到
2.打开工程的Env.java文件,填入企业的CORP_ID和SECRET(CORP_ID和SECRET可以在企业OA后台找到
```
public static final String CORP_ID = "";
public static final String SECRET = "";
```
![corp](https://img.alicdn.com/tps/TB1y_xcKVXXXXa6XXXXXXXXXXXX-1084-621.jpg)
![corp](https://img.alicdn.com/tps/TB1oZwOKFXXXXc1XVXXXXXXXXXX-1084-621.jpg)

3.部署工程

Expand Down

0 comments on commit 2877cf2

Please sign in to comment.