Skip to content

Fix broken headings in Markdown files #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ECMobile

[ECMobile](http://www.ecmobile.cn) 是基于 [ECShop](http://www.ecshop.com) 的手机商城客户端,包括iOS、Android、PHP三个平台源代码及框架已开放下载!

#####支持开源及后续版本更新,请FORK和STAR,感谢您的支持!
##### 支持开源及后续版本更新,请FORK和STAR,感谢您的支持!

1. iOS: [https://github.com/GeekZooStudio/ECMobile_iOS](https://github.com/GeekZooStudio/ECMobile_iOS)
2. Android: [https://github.com/GeekZooStudio/ECMobile_Android](https://github.com/GeekZooStudio/ECMobile_Android)
Expand Down
2 changes: 1 addition & 1 deletion doc/ECMobile_3.2_PHP升级教程.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ECMobile_3.2_PHP升级教程
# ECMobile_3.2_PHP升级教程
1.数据库中payment表添加微信支付

INSERT INTO `d2c_payment` (`pay_id`, `pay_code`, `pay_name`, `pay_fee`, `pay_desc`, `pay_order`, `pay_config`, `enabled`, `is_cod`, `is_online`)
Expand Down
60 changes: 30 additions & 30 deletions doc/ECMobile_PHP.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
#目录结构

<pre>
ecmobile/controller ECM控制器
ecmobile/library ECM公共库
ecmobile/payment 第三方支付
ecmobile/test 测试用例
# 目录结构
<pre>
ecmobile/controller ECM控制器
ecmobile/library ECM公共库
ecmobile/payment 第三方支付
ecmobile/test 测试用例
</pre>

#后台配置

1. 下载源代码并解压
2. 搜索源代码,将所有Your Information替换为您的网站信息
3. 将/ECMobile/目录,复制到ecshop网站的根目录
4. 对/ECMobile/目录,进行用户组及读写权限设置
5. 尝试在浏览器中访问 `http://<您的网站>/ECMobile`,将看到欢迎信息。
6. 接下来,您可以进行API测试。

#客户端配置

1. 打开iOS/Android工程
2. 根据文档将API URL替换为 http://<您的网站>/ECMobile/?url=
3. 打包安装,并进行测试

#联系方式

官方论坛:http://bbs.ecmobile.cn/

QQ群1:329673575
QQ群2:239571314
QQ群3:347624547
# 后台配置
1. 下载源代码并解压
2. 搜索源代码,将所有Your Information替换为您的网站信息
3. 将/ECMobile/目录,复制到ecshop网站的根目录
4. 对/ECMobile/目录,进行用户组及读写权限设置
5. 尝试在浏览器中访问 `http://<您的网站>/ECMobile`,将看到欢迎信息。
6. 接下来,您可以进行API测试。
# 客户端配置
1. 打开iOS/Android工程
2. 根据文档将API URL替换为 http://<您的网站>/ECMobile/?url=
3. 打包安装,并进行测试
# 联系方式
官方论坛:http://bbs.ecmobile.cn/
QQ群1:329673575
QQ群2:239571314
QQ群3:347624547