文件名称:ecpay_invoice_demo:绿界电子发票串接范例
文件大小:44KB
文件格式:ZIP
更新时间:2024-05-19 07:19:29
Ruby
绿界电子发票串接范例 code 抓下来后在bash 下输入: bundle rails c 进入rails console 后输入: params = Ecpay::Invoice::CreateService.new.send(:sample_params) relate_number = params["RelateNumber"] Ecpay::Invoice::CreateService.new(params).run Ecpay::Invoice::FindService.new(relate_number).run 即可执行范例程式码
【文件预览】:
ecpay_invoice_demo-master
----log()
--------.keep(0B)
----bin()
--------update(819B)
--------rake(213B)
--------yarn(303B)
--------setup(957B)
--------spring(507B)
--------rails(264B)
--------bundle(125B)
----vendor()
--------.keep(0B)
----config()
--------locales()
--------database.yml(594B)
--------initializers()
--------puma.rb(1KB)
--------application.rb(667B)
--------routes.rb(139B)
--------credentials.yml.enc(464B)
--------boot.rb(207B)
--------storage.yml(1KB)
--------spring.rb(111B)
--------cable.yml(200B)
--------environment.rb(128B)
--------environments()
----package.json(76B)
----db()
--------seeds.rb(370B)
----Rakefile(227B)
----test()
--------application_system_test_case.rb(157B)
--------models()
--------test_helper.rb(290B)
--------system()
--------controllers()
--------mailers()
--------integration()
--------fixtures()
--------helpers()
----app()
--------models()
--------jobs()
--------assets()
--------controllers()
--------views()
--------mailers()
--------services()
--------helpers()
--------channels()
----Gemfile(2KB)
----Gemfile.lock(5KB)
----tmp()
--------.keep(0B)
----.ruby-version(5B)
----.gitignore(679B)
----lib()
--------tasks()
--------assets()
----public()
--------404.html(2KB)
--------apple-touch-icon.png(0B)
--------apple-touch-icon-precomposed.png(0B)
--------robots.txt(98B)
--------500.html(2KB)
--------422.html(2KB)
--------favicon.ico(0B)
----README.md(373B)
----config.ru(130B)