惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
T
Threatpost
N
News and Events Feed by Topic
PCI Perspectives
PCI Perspectives
V2EX - 技术
V2EX - 技术
D
Docker
G
Google Developers Blog
Microsoft Security Blog
Microsoft Security Blog
N
News and Events Feed by Topic
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Google Online Security Blog
Google Online Security Blog
The GitHub Blog
The GitHub Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
Y
Y Combinator Blog
M
MIT News - Artificial intelligence
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
T
Troy Hunt's Blog
Webroot Blog
Webroot Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
量子位
Apple Machine Learning Research
Apple Machine Learning Research
H
Help Net Security
F
Full Disclosure
B
Blog
O
OpenAI News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园_首页
Google DeepMind News
Google DeepMind News
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Engineering at Meta
Engineering at Meta
大猫的无限游戏
大猫的无限游戏
Forbes - Security
Forbes - Security
Know Your Adversary
Know Your Adversary
B
Blog RSS Feed
MongoDB | Blog
MongoDB | Blog
Scott Helme
Scott Helme
T
The Exploit Database - CXSecurity.com
博客园 - 聂微东
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
The Last Watchdog
The Last Watchdog
Recorded Future
Recorded Future
IT之家
IT之家
Project Zero
Project Zero
Stack Overflow Blog
Stack Overflow Blog
小众软件
小众软件
Attack and Defense Labs
Attack and Defense Labs
L
Lohrmann on Cybersecurity
SecWiki News
SecWiki News
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com

博客园 - 亲,注意身体

magento 数据清理 magento top menu edit CookieConter 转换为string magento sitemap cms page remove home and generate sitemap error magento toplink blank li magento 语言包 magetno awblog auto generate title id, js replace magento moneybooker 操作 JS 正则 js 数组 组合(转) magento checkout require magento 记录蜘蛛爬行日志 magento moneybooker redirect 添加信任站点 bat 设置信任站点等级 moneybooker api 文档 magento htaccess Navicat 注册码,序列号 magento 修改订单号 Magento 删除所有订单 适于于1.4+
moneybooker api/mqi query
亲,注意身体 · 2012-03-20 · via 博客园 - 亲,注意身体

查询历史交易
<form action="https://www.moneybookers.com/app/query.pl">
<input type=hidden name='email' value='merchant@gmail.com' />
<input type=hidden name=cust_id value=merchantid >
<input type=hidden name=action value=history >
<input type=text name=start_date value=20-03-2012 >
<input type=text name=end_date value=21-03-2012 >
<input type=hidden name=password value=api/mpi md5 password >
<input type=submit>
</form>
根据交易流水号查询
<form action="https://www.moneybookers.com/app/query.pl">
<input type=hidden name='email' value='merchant@gmail.com' />
<input type=hidden name=action value=status_trn >
<input type=text name=mb_trn_id value=mb_trn_id >
<input type=hidden name=password value=api/mpi md5 password >
<input type=submit>
</form>

验证邮箱
<form action="https://www.moneybookers.com/app/email_check.pl">
<input name='email'value='merchant@gmail.com' />
<input type=hidden name=cust_id value=merchantid>
<input type=hidden name=password value=api/mpi md5 password>
<input type=submit>
</form>

需要在帐户里开启 api/mqi,email check tools 且设置好允许使用API/MQI的IP

posted on 2012-03-20 14:35  亲,注意身体  阅读(200)  评论()    收藏  举报